home *** CD-ROM | disk | FTP | other *** search
/ Widget Workshop - The Mad Scientist's Laboratory / Widget Workshop - A Mad Scientist's Laboratory (1996)(Maxis)[Mac-PC].iso / pc / win95 / goodies / demos / maxis / mainmenu.dir / 00204_Script_204 < prev    next >
Text File  |  1995-06-13  |  271b  |  8 lines

  1. on mouseUp
  2.   puppetSound "clickDown" 
  3.   popUpQuitSub
  4.   set the castNum of sprite 28 to the number of cast "quitScreen"
  5.   set the castNum of sprite 29 to the number of cast "cancelBut"
  6.   set the castNum of sprite 30 to the number of cast "quitBut"
  7.   UpDateStage
  8. end